home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Macintosh Sample Code / SCN (MPW) / SCN.006.PopMenus < prev    next >
Encoding:
Text File  |  1990-01-16  |  921 b   |  24 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #6:    PopMenus
  7.  
  8. Written by:    Bryan Stearns
  9.  
  10. Versions:           1.00                          August 1988
  11.  
  12. Components:         PopMenus.p                    August 1, 1988
  13.                     PopMenus.r                    August 1, 1988
  14.                     PopMenus.make                 August 1, 1988
  15. _____________________________________________________________________________
  16.  
  17. PopMenus is a very simple demonstration of how to use pop-up menus 
  18. in your application.  It implements a pop-up menu as a userItem in 
  19. a modal dialog box (this is a helpful example in its own right).
  20.  
  21. We recommend that you review Sample or TESample for the general 
  22. structure and MultiFinder techniques you should use when writing a 
  23. new application.
  24.